home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Term / Extras / Source / term-source.lha / Glue / LVO.asm < prev    next >
Assembly Source File  |  1996-10-20  |  190b  |  13 lines

  1.     section    text,code
  2.  
  3.     XDEF    _LVOFreeMem
  4. _LVOFreeMem EQU    -210
  5.     XDEF    _LVOAllocMem
  6. _LVOAllocMem EQU    -198
  7.     XDEF    _LVOStackSwap
  8. _LVOStackSwap EQU    -732
  9.     XDEF    _LVOFindTask
  10. _LVOFindTask EQU    -294
  11.  
  12.     end
  13.